home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / stayrandom.readme < prev    next >
Text File  |  1994-09-14  |  465b  |  15 lines

  1. There's really almost nothing to say about this...
  2.  
  3. Just call stayrandom() once at the beginning of your program
  4. to seed the random number generator (Amiga E's random number
  5. generator).  Afterwards, enjoy better random numbers.
  6.  
  7. 'stayrandom()' requires emodules:other/stderr.m be installed
  8. so it can write its error messages.  It also opens the
  9. timer.device to get mics.
  10.  
  11. Lemme know if you have probs with it.  As far as I can tell,
  12. this works rather well.
  13.  
  14. - Trey
  15.